[INFO] cloning repository https://github.com/Mforcen/payment_engine
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Mforcen/payment_engine" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMforcen%2Fpayment_engine", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMforcen%2Fpayment_engine'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6d5d4b0716d8d35ee23ea870c85c268c98ecd1e3
[INFO] fixing Mforcen/payment_engine against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMforcen%2Fpayment_engine" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Mforcen/payment_engine
[INFO] finished tweaking git repo https://github.com/Mforcen/payment_engine
[INFO] tweaked toml for git repo https://github.com/Mforcen/payment_engine written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Mforcen/payment_engine on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Mforcen/payment_engine already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 22271657679c8118b41e6f4f8e5a4d73fbda624bb603858c0b88bd2210d161e4
[INFO] running `Command { std: "docker" "start" "22271657679c8118b41e6f4f8e5a4d73fbda624bb603858c0b88bd2210d161e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "22271657679c8118b41e6f4f8e5a4d73fbda624bb603858c0b88bd2210d161e4" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "22271657679c8118b41e6f4f8e5a4d73fbda624bb603858c0b88bd2210d161e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "22271657679c8118b41e6f4f8e5a4d73fbda624bb603858c0b88bd2210d161e4" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking memchr v2.7.5
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]     Checking dashmap v6.1.0
[INFO] [stderr]     Checking csv-core v0.1.12
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]     Checking csv v1.3.1
[INFO] [stderr]     Checking thiserror v2.0.12
[INFO] [stderr]     Checking fixedpoint v0.1.0 (/opt/rustwide/workdir/fixedpoint)
[INFO] [stderr]     Checking paymengine v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/payments.rs:201:50
[INFO] [stdout]     |
[INFO] [stdout] 201 |         let tx_svc = TransactionServiceImpl::new(tx_repo);
[INFO] [stdout]     |                      --------------------------- ^^^^^^^ expected `Arc<_>`, found `InMemoryTransactionRepository`
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `Arc<_>`
[INFO] [stdout]                found struct `InMemoryTransactionRepository`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/transaction/service.rs:44:12
[INFO] [stdout]     |
[INFO] [stdout]  44 |     pub fn new(repo: Arc<TR>) -> Self {
[INFO] [stdout]     |            ^^^ -------------
[INFO] [stdout] help: call `Into::into` on this expression to convert `InMemoryTransactionRepository` into `Arc<_>`
[INFO] [stdout]     |
[INFO] [stdout] 201 |         let tx_svc = TransactionServiceImpl::new(tx_repo.into());
[INFO] [stdout]     |                                                         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/payments.rs:222:50
[INFO] [stdout]     |
[INFO] [stdout] 222 |         let tx_svc = TransactionServiceImpl::new(tx_repo);
[INFO] [stdout]     |                      --------------------------- ^^^^^^^ expected `Arc<_>`, found `InMemoryTransactionRepository`
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `Arc<_>`
[INFO] [stdout]                found struct `InMemoryTransactionRepository`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/transaction/service.rs:44:12
[INFO] [stdout]     |
[INFO] [stdout]  44 |     pub fn new(repo: Arc<TR>) -> Self {
[INFO] [stdout]     |            ^^^ -------------
[INFO] [stdout] help: call `Into::into` on this expression to convert `InMemoryTransactionRepository` into `Arc<_>`
[INFO] [stdout]     |
[INFO] [stdout] 222 |         let tx_svc = TransactionServiceImpl::new(tx_repo.into());
[INFO] [stdout]     |                                                         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/payments.rs:253:50
[INFO] [stdout]     |
[INFO] [stdout] 253 |         let tx_svc = TransactionServiceImpl::new(tx_repo);
[INFO] [stdout]     |                      --------------------------- ^^^^^^^ expected `Arc<_>`, found `InMemoryTransactionRepository`
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `Arc<_>`
[INFO] [stdout]                found struct `InMemoryTransactionRepository`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/transaction/service.rs:44:12
[INFO] [stdout]     |
[INFO] [stdout]  44 |     pub fn new(repo: Arc<TR>) -> Self {
[INFO] [stdout]     |            ^^^ -------------
[INFO] [stdout] help: call `Into::into` on this expression to convert `InMemoryTransactionRepository` into `Arc<_>`
[INFO] [stdout]     |
[INFO] [stdout] 253 |         let tx_svc = TransactionServiceImpl::new(tx_repo.into());
[INFO] [stdout]     |                                                         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/payments.rs:287:50
[INFO] [stdout]     |
[INFO] [stdout] 287 |         let tx_svc = TransactionServiceImpl::new(tx_repo);
[INFO] [stdout]     |                      --------------------------- ^^^^^^^ expected `Arc<_>`, found `InMemoryTransactionRepository`
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `Arc<_>`
[INFO] [stdout]                found struct `InMemoryTransactionRepository`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/transaction/service.rs:44:12
[INFO] [stdout]     |
[INFO] [stdout]  44 |     pub fn new(repo: Arc<TR>) -> Self {
[INFO] [stdout]     |            ^^^ -------------
[INFO] [stdout] help: call `Into::into` on this expression to convert `InMemoryTransactionRepository` into `Arc<_>`
[INFO] [stdout]     |
[INFO] [stdout] 287 |         let tx_svc = TransactionServiceImpl::new(tx_repo.into());
[INFO] [stdout]     |                                                         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/payments.rs:327:50
[INFO] [stdout]     |
[INFO] [stdout] 327 |         let tx_svc = TransactionServiceImpl::new(tx_repo);
[INFO] [stdout]     |                      --------------------------- ^^^^^^^ expected `Arc<_>`, found `InMemoryTransactionRepository`
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `Arc<_>`
[INFO] [stdout]                found struct `InMemoryTransactionRepository`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/transaction/service.rs:44:12
[INFO] [stdout]     |
[INFO] [stdout]  44 |     pub fn new(repo: Arc<TR>) -> Self {
[INFO] [stdout]     |            ^^^ -------------
[INFO] [stdout] help: call `Into::into` on this expression to convert `InMemoryTransactionRepository` into `Arc<_>`
[INFO] [stdout]     |
[INFO] [stdout] 327 |         let tx_svc = TransactionServiceImpl::new(tx_repo.into());
[INFO] [stdout]     |                                                         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/payments.rs:377:50
[INFO] [stdout]     |
[INFO] [stdout] 377 |         let tx_svc = TransactionServiceImpl::new(tx_repo);
[INFO] [stdout]     |                      --------------------------- ^^^^^^^ expected `Arc<_>`, found `InMemoryTransactionRepository`
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `Arc<_>`
[INFO] [stdout]                found struct `InMemoryTransactionRepository`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/transaction/service.rs:44:12
[INFO] [stdout]     |
[INFO] [stdout]  44 |     pub fn new(repo: Arc<TR>) -> Self {
[INFO] [stdout]     |            ^^^ -------------
[INFO] [stdout] help: call `Into::into` on this expression to convert `InMemoryTransactionRepository` into `Arc<_>`
[INFO] [stdout]     |
[INFO] [stdout] 377 |         let tx_svc = TransactionServiceImpl::new(tx_repo.into());
[INFO] [stdout]     |                                                         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/payments.rs:418:50
[INFO] [stdout]     |
[INFO] [stdout] 418 |         let tx_svc = TransactionServiceImpl::new(tx_repo);
[INFO] [stdout]     |                      --------------------------- ^^^^^^^ expected `Arc<_>`, found `InMemoryTransactionRepository`
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `Arc<_>`
[INFO] [stdout]                found struct `InMemoryTransactionRepository`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/transaction/service.rs:44:12
[INFO] [stdout]     |
[INFO] [stdout]  44 |     pub fn new(repo: Arc<TR>) -> Self {
[INFO] [stdout]     |            ^^^ -------------
[INFO] [stdout] help: call `Into::into` on this expression to convert `InMemoryTransactionRepository` into `Arc<_>`
[INFO] [stdout]     |
[INFO] [stdout] 418 |         let tx_svc = TransactionServiceImpl::new(tx_repo.into());
[INFO] [stdout]     |                                                         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/payments.rs:474:50
[INFO] [stdout]     |
[INFO] [stdout] 474 |         let tx_svc = TransactionServiceImpl::new(tx_repo);
[INFO] [stdout]     |                      --------------------------- ^^^^^^^ expected `Arc<_>`, found `InMemoryTransactionRepository`
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `Arc<_>`
[INFO] [stdout]                found struct `InMemoryTransactionRepository`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/transaction/service.rs:44:12
[INFO] [stdout]     |
[INFO] [stdout]  44 |     pub fn new(repo: Arc<TR>) -> Self {
[INFO] [stdout]     |            ^^^ -------------
[INFO] [stdout] help: call `Into::into` on this expression to convert `InMemoryTransactionRepository` into `Arc<_>`
[INFO] [stdout]     |
[INFO] [stdout] 474 |         let tx_svc = TransactionServiceImpl::new(tx_repo.into());
[INFO] [stdout]     |                                                         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/payments.rs:530:50
[INFO] [stdout]     |
[INFO] [stdout] 530 |         let tx_svc = TransactionServiceImpl::new(tx_repo);
[INFO] [stdout]     |                      --------------------------- ^^^^^^^ expected `Arc<_>`, found `InMemoryTransactionRepository`
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `Arc<_>`
[INFO] [stdout]                found struct `InMemoryTransactionRepository`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/transaction/service.rs:44:12
[INFO] [stdout]     |
[INFO] [stdout]  44 |     pub fn new(repo: Arc<TR>) -> Self {
[INFO] [stdout]     |            ^^^ -------------
[INFO] [stdout] help: call `Into::into` on this expression to convert `InMemoryTransactionRepository` into `Arc<_>`
[INFO] [stdout]     |
[INFO] [stdout] 530 |         let tx_svc = TransactionServiceImpl::new(tx_repo.into());
[INFO] [stdout]     |                                                         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/transaction/service.rs:89:50
[INFO] [stdout]    |
[INFO] [stdout] 89 |         let tx_svc = TransactionServiceImpl::new(InMemoryTransactionRepository::new());
[INFO] [stdout]    |                      --------------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Arc<_>`, found `InMemoryTransactionRepository`
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected struct `Arc<_>`
[INFO] [stdout]               found struct `InMemoryTransactionRepository`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/transaction/service.rs:44:12
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub fn new(repo: Arc<TR>) -> Self {
[INFO] [stdout]    |            ^^^ -------------
[INFO] [stdout] help: call `Into::into` on this expression to convert `InMemoryTransactionRepository` into `Arc<_>`
[INFO] [stdout]    |
[INFO] [stdout] 89 |         let tx_svc = TransactionServiceImpl::new(InMemoryTransactionRepository::new().into());
[INFO] [stdout]    |                                                                                      +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/transaction/service.rs:98:50
[INFO] [stdout]    |
[INFO] [stdout] 98 |         let tx_svc = TransactionServiceImpl::new(InMemoryTransactionRepository::new());
[INFO] [stdout]    |                      --------------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Arc<_>`, found `InMemoryTransactionRepository`
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected struct `Arc<_>`
[INFO] [stdout]               found struct `InMemoryTransactionRepository`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/transaction/service.rs:44:12
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub fn new(repo: Arc<TR>) -> Self {
[INFO] [stdout]    |            ^^^ -------------
[INFO] [stdout] help: call `Into::into` on this expression to convert `InMemoryTransactionRepository` into `Arc<_>`
[INFO] [stdout]    |
[INFO] [stdout] 98 |         let tx_svc = TransactionServiceImpl::new(InMemoryTransactionRepository::new().into());
[INFO] [stdout]    |                                                                                      +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/transaction/service.rs:110:50
[INFO] [stdout]     |
[INFO] [stdout] 110 |         let tx_svc = TransactionServiceImpl::new(InMemoryTransactionRepository::new());
[INFO] [stdout]     |                      --------------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Arc<_>`, found `InMemoryTransactionRepository`
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `Arc<_>`
[INFO] [stdout]                found struct `InMemoryTransactionRepository`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/transaction/service.rs:44:12
[INFO] [stdout]     |
[INFO] [stdout]  44 |     pub fn new(repo: Arc<TR>) -> Self {
[INFO] [stdout]     |            ^^^ -------------
[INFO] [stdout] help: call `Into::into` on this expression to convert `InMemoryTransactionRepository` into `Arc<_>`
[INFO] [stdout]     |
[INFO] [stdout] 110 |         let tx_svc = TransactionServiceImpl::new(InMemoryTransactionRepository::new().into());
[INFO] [stdout]     |                                                                                      +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/transaction/service.rs:119:50
[INFO] [stdout]     |
[INFO] [stdout] 119 |         let tx_svc = TransactionServiceImpl::new(InMemoryTransactionRepository::new());
[INFO] [stdout]     |                      --------------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Arc<_>`, found `InMemoryTransactionRepository`
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `Arc<_>`
[INFO] [stdout]                found struct `InMemoryTransactionRepository`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/transaction/service.rs:44:12
[INFO] [stdout]     |
[INFO] [stdout]  44 |     pub fn new(repo: Arc<TR>) -> Self {
[INFO] [stdout]     |            ^^^ -------------
[INFO] [stdout] help: call `Into::into` on this expression to convert `InMemoryTransactionRepository` into `Arc<_>`
[INFO] [stdout]     |
[INFO] [stdout] 119 |         let tx_svc = TransactionServiceImpl::new(InMemoryTransactionRepository::new().into());
[INFO] [stdout]     |                                                                                      +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/transaction/service.rs:128:50
[INFO] [stdout]     |
[INFO] [stdout] 128 |         let tx_svc = TransactionServiceImpl::new(InMemoryTransactionRepository::new());
[INFO] [stdout]     |                      --------------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Arc<_>`, found `InMemoryTransactionRepository`
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected struct `Arc<_>`
[INFO] [stdout]                found struct `InMemoryTransactionRepository`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> src/transaction/service.rs:44:12
[INFO] [stdout]     |
[INFO] [stdout]  44 |     pub fn new(repo: Arc<TR>) -> Self {
[INFO] [stdout]     |            ^^^ -------------
[INFO] [stdout] help: call `Into::into` on this expression to convert `InMemoryTransactionRepository` into `Arc<_>`
[INFO] [stdout]     |
[INFO] [stdout] 128 |         let tx_svc = TransactionServiceImpl::new(InMemoryTransactionRepository::new().into());
[INFO] [stdout]     |                                                                                      +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `paymengine` (lib test) due to 14 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "22271657679c8118b41e6f4f8e5a4d73fbda624bb603858c0b88bd2210d161e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "22271657679c8118b41e6f4f8e5a4d73fbda624bb603858c0b88bd2210d161e4", kill_on_drop: false }`
[INFO] [stdout] 22271657679c8118b41e6f4f8e5a4d73fbda624bb603858c0b88bd2210d161e4
